diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-06-11 04:15:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-11 04:15:57 +0900 |
| commit | 22b85572e891b874011893f62d4eaf94f20486df (patch) | |
| tree | 3452d4164a8964cd85fe57de2bd128baeb0ee2ff /config/waybar/style/[Dark] Half-Moon.css | |
| parent | c4ee8142bf7e8d89602cb7712da10888a54d438b (diff) | |
| parent | ed21639feebd8e3b6a6a4c2a59686f777b9688b9 (diff) | |
Merge pull request #338 from JaKooLit/development
Development to Main including pre-release
Diffstat (limited to 'config/waybar/style/[Dark] Half-Moon.css')
| -rw-r--r-- | config/waybar/style/[Dark] Half-Moon.css | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/config/waybar/style/[Dark] Half-Moon.css b/config/waybar/style/[Dark] Half-Moon.css index 947bde9b..67cb4f97 100644 --- a/config/waybar/style/[Dark] Half-Moon.css +++ b/config/waybar/style/[Dark] Half-Moon.css @@ -5,11 +5,15 @@ /* --- 👍 shared by https://github.com/TomekBobrowicz 👍 --- */ * { -font-size: 97%; -font-family: "JetBrainsMono Nerd Font", "Font Awesome", sans-serif; -font-weight: bold; + font-family: "JetBrainsMono Nerd Font"; + font-weight: bold; + min-height: 0; + /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ + font-size: 97%; + font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; } + window#waybar { background-color: rgba(26,27,38,0); border-bottom: 1px solid rgba(26,27,38,0); @@ -17,6 +21,15 @@ window#waybar { color: #E6B673; } +#waybar.empty, #waybar.tiled, #waybar.floating { + background-color: transparent; +} + +window#waybar.empty, +window#waybar.empty #window { + background-color: transparent; +} + #taskbar, #workspaces { background: #0F1419; @@ -155,6 +168,15 @@ color: #F3F4F5; padding: 2px 15px; } +#mpris { + color: #F07178; + background: #0F1419; + border-radius: 50px 50px; + margin: 5px; + padding-left: 8px; + padding-right: 2px; +} + #backlight { color: white; background: #0F1419; |
